home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / feedaemon / fd110rc5.exe / {app} / FeedDemon.exe / 0 / RCDATA / TFBLOGTHISAPPSDLG / TFBLOGTHISAPPSDLG.txt
Text File  |  2004-05-31  |  2KB  |  113 lines

  1. object fBlogThisAppsDlg: TfBlogThisAppsDlg
  2.   Left = 435
  3.   Top = 359
  4.   BorderStyle = bsDialog
  5.   Caption = 'fBlogThisAppsDlg'
  6.   ClientHeight = 287
  7.   ClientWidth = 425
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object bvlBottom: TBevel
  20.     Left = 0
  21.     Top = 237
  22.     Width = 425
  23.     Height = 50
  24.     Align = alBottom
  25.     Shape = bsTopLine
  26.   end
  27.   object btnCancel: TButton
  28.     Left = 340
  29.     Top = 251
  30.     Width = 75
  31.     Height = 25
  32.     Cancel = True
  33.     Caption = 'btnCancel'
  34.     ModalResult = 2
  35.     TabOrder = 6
  36.   end
  37.   object btnOK: TButton
  38.     Left = 258
  39.     Top = 251
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'btnOK'
  43.     Default = True
  44.     ModalResult = 1
  45.     TabOrder = 5
  46.     OnClick = btnOKClick
  47.   end
  48.   object lvwApps: TListView
  49.     Left = 9
  50.     Top = 8
  51.     Width = 406
  52.     Height = 177
  53.     Columns = <
  54.       item
  55.         Caption = 'name'
  56.         Width = 100
  57.       end
  58.       item
  59.         Alignment = taCenter
  60.         Caption = 'default'
  61.         Width = 65
  62.       end
  63.       item
  64.         Caption = 'cmdline'
  65.         Width = 300
  66.       end>
  67.     ColumnClick = False
  68.     ReadOnly = True
  69.     RowSelect = True
  70.     SortType = stText
  71.     TabOrder = 0
  72.     ViewStyle = vsReport
  73.     OnClick = lvwAppsClick
  74.     OnDblClick = btnEditClick
  75.   end
  76.   object btnEdit: TButton
  77.     Left = 89
  78.     Top = 200
  79.     Width = 75
  80.     Height = 25
  81.     Caption = 'btnEdit'
  82.     TabOrder = 2
  83.     OnClick = btnEditClick
  84.   end
  85.   object btnRemove: TButton
  86.     Left = 170
  87.     Top = 200
  88.     Width = 75
  89.     Height = 25
  90.     Caption = 'btnRemove'
  91.     TabOrder = 3
  92.     OnClick = btnRemoveClick
  93.   end
  94.   object btnAdd: TButton
  95.     Left = 9
  96.     Top = 200
  97.     Width = 75
  98.     Height = 25
  99.     Caption = 'btnAdd'
  100.     TabOrder = 1
  101.     OnClick = btnAddClick
  102.   end
  103.   object btnAutoDetect: TButton
  104.     Left = 9
  105.     Top = 249
  106.     Width = 157
  107.     Height = 25
  108.     Caption = 'btnAutoDetect'
  109.     TabOrder = 4
  110.     OnClick = btnAutoDetectClick
  111.   end
  112. end
  113.